2d64e9661b413bc02df96477485523645f4e201a,VUE2/src/tufts/vue/LWText.java,LWText,drawImpl,#DrawContext#,282

Before Change


			// NOT filtered -- we just drop out the parent background.
			// dc.g.clipRect(0, 0,(int) getWidth(), getAdjustedHeight());
		//	if (!((SHTMLDocument)this.getRichLabelBox().getDocument()).isEditing())
				drawNode(dc);
		}

	}

After Change


	    	}

		//	if (!((SHTMLDocument)this.getRichLabelBox().getDocument()).isEditing())
				drawNode(dc);
		}

	}